home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / aa_m68k_Only / DistributedText_Beta_0.8.app / English.lproj / client.nib / data.classes next >
Encoding:
Text File  |  1993-07-12  |  410 b   |  29 lines

  1. TextViewManager = {
  2.     ACTIONS = {
  3.     appDidInit:;
  4.     appendTextRequest:;
  5.     closeCurrentFile:;
  6.     openFileRequest:;
  7.     appWillTerminate:;
  8.     valideLockOnSelection:;
  9.     updateAndBroadcast:;
  10.     setAndBroadcastNewWords:;
  11.     };
  12.     OUTLETS = {
  13.     win;
  14.     commander;
  15.     clientList;
  16.     server;
  17.     lView;
  18.     splitView;
  19.     pView;
  20.     newView;
  21.     };
  22.     SUPERCLASS = Object;
  23. };
  24. FirstResponder = {
  25.     ACTIONS = {
  26.     };
  27.     SUPERCLASS = Object;
  28. };
  29.